ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IItemsSource<T> Interface / Filter Property

In This Topic
    Filter Property (IItemsSource<T>)
    In This Topic
    Gets or sets a method used to determine if an item is suitable for inclusion in the view.
    Syntax
    'Declaration
     
    Property Filter As Predicate(Of T)
    Predicate<T> Filter {get; set;}
    See Also